curl --request POST \
--url https://api.topsort.com/public/v1/assets/collection \
--header 'Content-Type: application/json' \
--data '{
"description": "<string>",
"name": "<string>"
}'
{
"description": "<string>",
"id": "<string>",
"name": "<string>"
}
Creates a collection.
curl --request POST \
--url https://api.topsort.com/public/v1/assets/collection \
--header 'Content-Type: application/json' \
--data '{
"description": "<string>",
"name": "<string>"
}'
{
"description": "<string>",
"id": "<string>",
"name": "<string>"
}
Vendor ID.
Successful Response
The response is of type object
.